{ "version": 4, "terraform_version": "1.6.9", "serial": 160, "lineage": "b70566a2-dbfb-d1d5-a0cc-2103de4541c9", "outputs": { "db_endpoint": { "value": "db-0.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-7b168c7a2a2960a2e", "ami": "ami-a4125b86", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d3599447"], "subnet_id": "subnet-d705998c", "key_name": "prod-deploy-key" } } ] } ] }