{ "version": 4, "terraform_version": "1.5.6", "serial": 550, "lineage": "a834fd0e-3983-bd3a-0e37-9e8af356a02a", "outputs": { "db_endpoint": { "value": "db-2.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-0ec720376f1654381", "ami": "ami-de845816", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a03badbe"], "subnet_id": "subnet-35e332e2", "key_name": "prod-deploy-key" } } ] } ] }