{ "version": 4, "terraform_version": "1.5.7", "serial": 482, "lineage": "f5aff69a-a48b-98b7-38d2-14d3b1622184", "outputs": { "db_endpoint": { "value": "db-4.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-82576b5cdd86ea5ac", "ami": "ami-f1ee6f01", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-34275a9a"], "subnet_id": "subnet-9ddf5405", "key_name": "prod-deploy-key" } } ] } ] }