{ "version": 4, "terraform_version": "1.5.2", "serial": 171, "lineage": "262cc512-5bc1-7561-4022-d704e585c559", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-95e7633a34015ccea", "ami": "ami-b767975c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-876a65ec"], "subnet_id": "subnet-5b7ce7f9", "key_name": "prod-deploy-key" } } ] } ] }