{ "version": 4, "terraform_version": "1.6.2", "serial": 175, "lineage": "e959d30d-03d0-05fe-0d9e-cc3a2a485999", "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-ce9a05e44e0a5aec5", "ami": "ami-abb24460", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-38e5ac19"], "subnet_id": "subnet-9e9132c8", "key_name": "prod-deploy-key" } } ] } ] }