{ "version": 4, "terraform_version": "1.5.3", "serial": 517, "lineage": "b188e01c-daa2-0f36-c433-d0308db90113", "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-039e2f67189563ce0", "ami": "ami-0835fff5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-183645d3"], "subnet_id": "subnet-c23e703f", "key_name": "prod-deploy-key" } } ] } ] }