{ "version": 4, "terraform_version": "1.6.7", "serial": 220, "lineage": "b683aaa4-66e0-8619-27bf-642f7b5421fe", "outputs": { "db_endpoint": { "value": "db-1.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-dca839390231ef1ba", "ami": "ami-b0fe0d49", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c32b4d50"], "subnet_id": "subnet-fa9c58b1", "key_name": "prod-deploy-key" } } ] } ] }