{ "version": 4, "terraform_version": "1.5.3", "serial": 244, "lineage": "15332d19-da7a-524c-61ed-d81f0f1bb19c", "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-495b7407a07fdac09", "ami": "ami-7e06e5fd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8949fe7c"], "subnet_id": "subnet-911d7aa5", "key_name": "prod-deploy-key" } } ] } ] }