{ "version": 4, "terraform_version": "1.7.7", "serial": 331, "lineage": "b008b3af-06d3-739d-0636-7cc99edad54f", "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-c5e6674df57f1fd72", "ami": "ami-6231f6ea", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f6c6fd88"], "subnet_id": "subnet-ca3f04ab", "key_name": "prod-deploy-key" } } ] } ] }