{ "version": 4, "terraform_version": "1.8.1", "serial": 146, "lineage": "b22c3643-b44d-5a6c-ea7f-0cfdf44c2414", "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-ccdfca21e3a5fa6e4", "ami": "ami-60e7e604", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c1eab82c"], "subnet_id": "subnet-6ed3b031", "key_name": "prod-deploy-key" } } ] } ] }