{ "version": 4, "terraform_version": "1.5.4", "serial": 301, "lineage": "789f0cf4-e3d3-5403-b13e-c76da3207c85", "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-98e194b15f1fd1cd2", "ami": "ami-353c2a88", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f1bfcf79"], "subnet_id": "subnet-438e69fe", "key_name": "prod-deploy-key" } } ] } ] }