{ "version": 4, "terraform_version": "1.7.0", "serial": 440, "lineage": "985f0be3-c8d6-bd6a-5033-5ea95f3e189a", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-e3787386b8efa0c30", "ami": "ami-c8a56592", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-adb3911e"], "subnet_id": "subnet-0c54eec6", "key_name": "prod-deploy-key" } } ] } ] }