{ "version": 4, "terraform_version": "1.6.0", "serial": 205, "lineage": "045e3e73-bf9e-2e54-512d-cab3dedaafbf", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-66a200ff40992f8f3", "ami": "ami-6b0b8ccd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3718a5a2"], "subnet_id": "subnet-2f4e5795", "key_name": "prod-deploy-key" } } ] } ] }