{ "version": 4, "terraform_version": "1.7.5", "serial": 525, "lineage": "ae5acfd0-78a5-23bd-0e07-54ff7fcaa3e2", "outputs": { "db_endpoint": { "value": "db-0.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-74da0939776fd8c80", "ami": "ami-5ca2b553", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a9255623"], "subnet_id": "subnet-65037c21", "key_name": "prod-deploy-key" } } ] } ] }