{ "version": 4, "terraform_version": "1.8.9", "serial": 124, "lineage": "7e8f4c8f-e0cf-0647-129b-c932e17da76c", "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-231a4c838ae616f9a", "ami": "ami-9aa57d6d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-475c5446"], "subnet_id": "subnet-80e58bdd", "key_name": "prod-deploy-key" } } ] } ] }