{ "version": 4, "terraform_version": "1.8.3", "serial": 518, "lineage": "0304d16c-db7d-f35e-0481-bad88981b272", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-cd662a97bc48f3f37", "ami": "ami-5c911ba3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c8af0eb0"], "subnet_id": "subnet-9ca10bb9", "key_name": "prod-deploy-key" } } ] } ] }