{ "version": 4, "terraform_version": "1.6.2", "serial": 114, "lineage": "5ea4706d-a6f0-3af6-2143-2332295b5c61", "outputs": { "db_endpoint": { "value": "db-2.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-4c6733684d8a4ef85", "ami": "ami-7a924042", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-24dd6dfe"], "subnet_id": "subnet-59634b02", "key_name": "prod-deploy-key" } } ] } ] }