{ "version": 4, "terraform_version": "1.5.6", "serial": 208, "lineage": "15d534b0-1adf-93f1-4969-b9389ccac4cc", "outputs": { "db_endpoint": { "value": "db-4.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-b16c2c518dd3ba283", "ami": "ami-14a97d16", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-96a8e225"], "subnet_id": "subnet-84fb2670", "key_name": "prod-deploy-key" } } ] } ] }