{ "version": 4, "terraform_version": "1.6.8", "serial": 533, "lineage": "659d11a5-f06c-55ed-29a1-12d8410d59f0", "outputs": { "db_endpoint": { "value": "db-3.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-1356b9bc5c936a135", "ami": "ami-ffa0ca00", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a90cc86b"], "subnet_id": "subnet-f2320f5f", "key_name": "prod-deploy-key" } } ] } ] }