{ "version": 4, "terraform_version": "1.5.3", "serial": 174, "lineage": "c2ad5575-792c-ff1b-da26-8fd1eb29ac93", "outputs": { "db_endpoint": { "value": "db-2.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-86769eff0a4e53199", "ami": "ami-a1178407", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e39f5cb4"], "subnet_id": "subnet-44182729", "key_name": "prod-deploy-key" } } ] } ] }