{ "version": 4, "terraform_version": "1.5.3", "serial": 203, "lineage": "6f911e66-b124-6fa3-545d-27a95d17b7fe", "outputs": { "db_endpoint": { "value": "db-0.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-4347533a1a32471ac", "ami": "ami-04576ebf", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7a0126f8"], "subnet_id": "subnet-828fb10e", "key_name": "prod-deploy-key" } } ] } ] }