{ "version": 4, "terraform_version": "1.5.3", "serial": 525, "lineage": "9675cc27-9eb6-3ecd-af19-da32753f5fc8", "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-3dbe176fa8a4d5596", "ami": "ami-edbfb1b4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ff23022e"], "subnet_id": "subnet-35944cc0", "key_name": "prod-deploy-key" } } ] } ] }