{ "version": 4, "terraform_version": "1.6.8", "serial": 452, "lineage": "ee1a841f-9096-bc8c-2d23-1057681a746e", "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-8b251bfc9845b7540", "ami": "ami-69259995", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c830e59d"], "subnet_id": "subnet-a9ed4042", "key_name": "prod-deploy-key" } } ] } ] }